-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add coverage badge to README.md #5176
Conversation
Codecov ReportBase: 89.25% // Head: 89.25% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #5176 +/- ##
=======================================
Coverage 89.25% 89.25%
=======================================
Files 88 88
Lines 22197 22197
Branches 4858 4858
=======================================
Hits 19811 19811
Misses 1641 1641
Partials 745 745 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Co-authored-by: Martin Yeo <40734014+trexfeathers@users.noreply.github.com>
@@ -19,6 +19,9 @@ | |||
<a href="https://results.pre-commit.ci/latest/github/SciTools/iris/main"> | |||
<img src="https://results.pre-commit.ci/badge/github/SciTools/iris/main.svg" | |||
alt="pre-commit.ci status"></a> | |||
<a href="https://codecov.io/gh/SciTools/iris"> | |||
<img src="https://codecov.io/gh/SciTools/iris/branch/main/graph/badge.svg?token=0GeICSIF3g" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lbdreyer Is it necessary to expose this token here?
* upstream/main: (23 commits) Lockfiles and pydata-sphinx-theme fix (SciTools#5188) Allow smarter weights (cubes, coordinates, cell measures, or ancillary variables) for aggregation (SciTools#5084) removed cell measure mask check and error (SciTools#5181) Updated environment lockfiles (SciTools#5177) Lazy weighted RMS calculation (SciTools#5017) Add coverage badge to README.md (SciTools#5176) Add coverage testing (SciTools#4765) Whats new updates for v3.4.1 . NetCDF thread safety take two (SciTools#5095) Updated environment lockfiles (SciTools#5163) Plugin support (SciTools#5144) Expand scope of common contributor links (SciTools#5159) Replace apparently retired UDUNITS documentation link. (SciTools#5153) [pre-commit.ci] pre-commit autoupdate (SciTools#5150) Fixing typo's in Gitwash. (SciTools#5145) add readme #showyourstripes (SciTools#5141) [pre-commit.ci] pre-commit autoupdate (SciTools#5143) Iris ❤ Xarray docs page. (SciTools#5025) [pre-commit.ci] pre-commit autoupdate (SciTools#5136) Updated citation (SciTools#5116) ...
🚀 Pull Request
Description
To see the badge in action, you can see it on my repo here: https://github.com/lbdreyer/iris/tree/add_coverage_badge#----iris-is-a-powerful-format-agnostic-community-driven-python-package-for----analysing-and-visualising-earth-science-data
Consult Iris pull request check list